Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different font sizes #503

Merged
merged 4 commits into from
Jan 15, 2024
Merged

Conversation

nroggeman-ledger
Copy link
Contributor

Description

The goal of this PR is to support new font sizes (28 & 36) based on Inter Regular and Inter Semibold fonts, for later usage.
Because these sizes can be bigger, we have to change the format of internal font structures, so also the tool to generate fonts.
And instead of using directly the font names (containing the size), we will now use font alias (small, large...).

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • [*] Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

Breaking changes

Structure of fonts is mofidied so new API level is required

@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (438bcdf) 60.18% compared to head (f23620e) 60.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #503      +/-   ##
==========================================
+ Coverage   60.18%   60.42%   +0.24%     
==========================================
  Files          12       12              
  Lines        1660     1660              
==========================================
+ Hits          999     1003       +4     
+ Misses        661      657       -4     
Flag Coverage Δ
unittests 60.42% <ø> (+0.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nroggeman-ledger nroggeman-ledger merged commit f6bdb7d into master Jan 15, 2024
161 checks passed
@nroggeman-ledger nroggeman-ledger deleted the support-different-font-sizes branch January 15, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants